Package com.cisco.pt.ipc.ui
Interface GeoIcon
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
GeoIconImpl
Information provided by the PKI file:
\class GeoIcon
\brief GeoIcon handles and manipulates component items, such as devices, on the workspace.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidmoveBy(double x, double y) Information provided by the PKI file:voidmoveTo(double x, double y) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:inttype()Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides the component item. \param bVisible, true to show the component item, false to hide it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
type
int type()Information provided by the PKI file:
\brief Returns the type of the component item. \return int, the type of component. Types: COMPONENT = 1100, CONNECTION = 1101, NOTE = 1102, PACKET = 1103, CLUSTER = 1104, RECTANGLE = 1105, LINE = 1106, ELLIPSE = 1107, MULTIUSERITEM = 1108, QOSPACKET = 1109, RESIZEINDICATOR = 1110, ACCESSORYITEM = 1111, POLYGON = 1112, TEXTPOPUP = 1113- Returns:
- int Returns a int
-
moveBy
void moveBy(double x, double y) Information provided by the PKI file:
\brief Moves the component item by the specified x and y values. \param x, the value to move the component item by on the x-axis. \param y, the value to move the component item by on the y-axis.- Parameters:
x- Takes in a parameter of xy- Takes in a parameter of y
-
moveTo
void moveTo(double x, double y) Information provided by the PKI file:
\brief Moves the component item to the specified coordinates. \param x, the value to move the component item to on the x-axis. \param y, the value to move the component item to on the y-axis.- Parameters:
x- Takes in a parameter of xy- Takes in a parameter of y
-
getPhysicalObject
PhysicalObject getPhysicalObject()Information provided by the PKI file:
\brief Returns the device. \return Device, the device object.- Returns:
- PhysicalObject Returns a PhysicalObject
-